Procedure SetXY(X,Y:Word) This moves the mouse to position X,Y on the screen. Example Mouse.SetXY(0,0) moves the mouse to the top left of the screen. Notice how the mouse driver works in pixels (and assumes a 8x8 font is used) even when in text mode.